GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-01T15:35:50.3968834+00:00",
"SubmitDate": "2026-03-01T15:35:50.3968834+00:00",
"ReportPeriodStart": "2026-03-01T15:35:50.3968834+00:00",
"ReportPeriodEnd": "2026-03-01T15:35:50.3968834+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9b66cf3c-205e-44b6-aa2d-f33352bf2a44",
"Rows": [
{
"ItemId": "40b5274f-dbae-423d-aa27-15055d5e58c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40b5274f-dbae-423d-aa27-15055d5e58c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9b66cf3c-205e-44b6-aa2d-f33352bf2a44",
"Rows": [
{
"ItemId": "40b5274f-dbae-423d-aa27-15055d5e58c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40b5274f-dbae-423d-aa27-15055d5e58c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb1ada94-9cc4-4cdc-8059-43355a59a1d7",
"1d59d948-96cc-46c1-83b1-5e44dbf4aba9"
],
"Approvers": [
"d7b29ab9-a87e-44ba-a956-40deebb3f37b",
"90c7f6f4-6e5b-4cd4-8473-cef098461db6"
],
"ApprovedBy": "48a9b0b9-9ba5-4b01-8a09-3276de1e014a",
"ApprovalDate": "2026-03-01T15:35:50.3968834+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7f87295e-7584-4369-8322-6f6d473fe5ac",
"id": "83cb1da9-edb5-4881-862b-5867cc71868d",
"ConfigId": "6d441aa6-7f12-419f-a5e6-29b01533586c"
},
{
"GenerationDate": "2026-03-01T15:35:50.3968834+00:00",
"SubmitDate": "2026-03-01T15:35:50.3968834+00:00",
"ReportPeriodStart": "2026-03-01T15:35:50.3968834+00:00",
"ReportPeriodEnd": "2026-03-01T15:35:50.3968834+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9b66cf3c-205e-44b6-aa2d-f33352bf2a44",
"Rows": [
{
"ItemId": "40b5274f-dbae-423d-aa27-15055d5e58c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40b5274f-dbae-423d-aa27-15055d5e58c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9b66cf3c-205e-44b6-aa2d-f33352bf2a44",
"Rows": [
{
"ItemId": "40b5274f-dbae-423d-aa27-15055d5e58c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40b5274f-dbae-423d-aa27-15055d5e58c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb1ada94-9cc4-4cdc-8059-43355a59a1d7",
"1d59d948-96cc-46c1-83b1-5e44dbf4aba9"
],
"Approvers": [
"d7b29ab9-a87e-44ba-a956-40deebb3f37b",
"90c7f6f4-6e5b-4cd4-8473-cef098461db6"
],
"ApprovedBy": "48a9b0b9-9ba5-4b01-8a09-3276de1e014a",
"ApprovalDate": "2026-03-01T15:35:50.3968834+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7f87295e-7584-4369-8322-6f6d473fe5ac",
"id": "83cb1da9-edb5-4881-862b-5867cc71868d",
"ConfigId": "6d441aa6-7f12-419f-a5e6-29b01533586c"
}
]